runtime.pollDesc.lock (field)
14 uses
runtime (current package)
netpoll.go#L101: lock mutex // protects the following fields
netpoll.go#L238: lock(&pd.lock)
netpoll.go#L262: unlock(&pd.lock)
netpoll.go#L292: lock(&pd.lock)
netpoll.go#L302: unlock(&pd.lock)
netpoll.go#L365: lock(&pd.lock)
netpoll.go#L367: unlock(&pd.lock)
netpoll.go#L436: unlock(&pd.lock)
netpoll.go#L447: lock(&pd.lock)
netpoll.go#L466: unlock(&pd.lock)
netpoll.go#L604: lock(&pd.lock)
netpoll.go#L613: unlock(&pd.lock)
netpoll.go#L634: unlock(&pd.lock)
netpoll.go#L674: lockInit(&pd.lock, lockRankPollDesc)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |